home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / faq / amigafaq.lha / AmigaFAQ / programmer / AllocTransaction.c < prev    next >
C/C++ Source or Header  |  1994-07-28  |  298b  |  14 lines

  1. #include <clib/nipc_protos.h>
  2. #ifdef AZTEC_C
  3. #include <pragmas/nipc_lib.h>
  4. #endif
  5. #if defined(__SASC)  ||  defined(_DCC)  ||  defined(__MAXON__)
  6. #include <pragmas/nipc_pragmas.h>
  7. #endif
  8.  
  9.  
  10. struct Transaction *AllocTransaction(Tag tag1, ...)
  11.  
  12. { return(AllocTransactionA((struct TagItem *) &tag1));
  13. }
  14.